ioemu: config cleanup re AF_UNIX sockets on non-Windows
authorKeir Fraser <keir.fraser@citrix.com>
Thu, 7 Feb 2008 09:19:12 +0000 (09:19 +0000)
committerKeir Fraser <keir.fraser@citrix.com>
Thu, 7 Feb 2008 09:19:12 +0000 (09:19 +0000)
commit7189dd2eeb4028b3810740afaca85473f4b51aa9
tree4eaeea9c2723530e738c18d35ca0390d1e7e4656
parent9ea04252b60aeb6600e041a53100873b3f3a1a2e
ioemu: config cleanup re AF_UNIX sockets on non-Windows

Here is what I wrote in my submission to qemu upstream:

 The patch below makes it possible to disable AF_UNIX (unix-domain)
 sockets in host environments which do not define _WIN32, by adding
 -DNO_UNIX_SOCKETS to the compiler flags.  This is useful in the
 effectively-embedded qemu host which are going to be using for device
 emulation in Xen.

Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>
tools/ioemu/qemu_socket.h
tools/ioemu/vl.c
tools/ioemu/vnc.c